home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / vbwsk03a / vbwsk / readme.txt < prev    next >
Text File  |  1995-12-22  |  2KB  |  42 lines

  1.  
  2. Note to CICA site admin - please move this to /winsock and/or /programr/vbasic.
  3.  
  4. *THIS REPLACES VBWSK01A.ZIP & VBWSK02A.ZIP*
  5.  
  6. Title:          VBWSK03A.ZIP
  7. Version:        0.3 (alpha test version)
  8. Description:    This is a Visual Basic custom control that provides access
  9.                 to the Winsock network programming API.
  10. Author:         Brian Syme, gxlr07@udcf.gla.ac.uk
  11. Maintained-by:  Brian Syme, gxlr07@udcf.gla.ac.uk
  12. Maintained-at:  sunsite.unc.edu, ftp.cica.indiana.edu
  13. Platforms:      Windows 3.1, Visual Basic, requires 386 CPU or higher,
  14.                 programmed in C and Visual Basic.
  15. Copying-Policy: Freely Redistributable (acknowledgement required.)
  16.  
  17. Change History
  18.  
  19. From 0.2 to 0.3
  20. -    Connecting to a host specified as a dotted-decimal IP address now
  21.     works properly.
  22. -    It was sometimes possible to lose data sent by a remote host if the
  23.     remote service sent data and closed the socket very quickly. This
  24.     shouldn't happen now.
  25. -    Non-Line mode read buffering error corrected.
  26.  
  27. From 0.1 to 0.2
  28. -    Various documentation errors corrected (doubtless others introduced.)
  29. -    Each of the six possible network events (read, write, out-of-band,
  30.     accept, connect and close) now has it's own event procedure instead of
  31.     the single parameterised event procedure.
  32. -    The LineReady property has now been changed to EOF.
  33. -    Sent property returns the number of characters successfully sent by the
  34.     last assignment to the data property. (It's possible for this to be less
  35.     than the full amount due to the underlying protocol stack's internal
  36.     buffering limits.)
  37. -    Reading the Host property returns the name of the remote host -
  38.     particularly useful for validating incoming connections.
  39. -    Now works with Visual Basic 2.0 (properly.)
  40. -    Error handling and diagnostics are being improved.
  41.  
  42.